Forgot one $this => self when making ApiQueryImageInfo::getInfo static.
authorBryan Tong Minh <btongminh@users.mediawiki.org>
Tue, 20 May 2008 14:34:19 +0000 (14:34 +0000)
committerBryan Tong Minh <btongminh@users.mediawiki.org>
Tue, 20 May 2008 14:34:19 +0000 (14:34 +0000)
includes/api/ApiQueryImageInfo.php

index c14ea17..bb8aed8 100644 (file)
@@ -90,7 +90,7 @@ class ApiQueryImageInfo extends ApiQueryBase {
                                                                $this->setContinueEnumParameter('start', $oldie->getTimestamp());
                                                        break;
                                                }
-                                               $data[] = $this->getInfo( $oldie, $prop, $result );
+                                               $data[] = self::getInfo( $oldie, $prop, $result );
                                        }
                                }